home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00272.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  412 b   |  19 lines

  1. on mouseDown
  2.   puppetSprite(9, 1)
  3.   set the memberNum of sprite 9 to the number of member "DM2_DOWN.PICT"
  4.   puppetSound("bongo11.aif")
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set the memberNum of sprite 9 to the number of member "DM2_UP.PICT"
  10.   updateStage()
  11.   puppetSprite(9, 0)
  12.   SetReturn()
  13.   sound stop 1
  14.   sound stop 2
  15.   puppetSound(0)
  16.   unloadMember(member "DM2_DOWN.PICT", "bongo11.aif")
  17.   GoHOT("DM2.Dir")
  18. end
  19.